func google.golang.org/grpc.toRPCErr
28 uses
google.golang.org/grpc (current package)
rpc_util.go#L831: func toRPCErr(err error) error {
rpc_util.go#L847: return toRPCErr(e.Err)
server.go#L1211: end.Error = toRPCErr(err)
server.go#L1532: end.Error = toRPCErr(err)
server.go#L1933: return toRPCErr(err)
stream.go#L206: return nil, toRPCErr(err)
stream.go#L221: return nil, toRPCErr(err)
stream.go#L256: return nil, toRPCErr(err)
stream.go#L370: cs.finish(toRPCErr(ctx.Err()))
stream.go#L380: return nil, toRPCErr(err)
stream.go#L490: return toRPCErr(nse.Err)
stream.go#L695: attempt.finish(toRPCErr(lastErr))
stream.go#L735: return toRPCErr(op(cs.attempt))
stream.go#L782: return toRPCErr(err)
stream.go#L1069: return toRPCErr(err)
stream.go#L1100: return toRPCErr(errors.New("grpc: client streaming protocol violation: get <nil>, want <EOF>"))
stream.go#L1105: return toRPCErr(err)
stream.go#L1194: return nil, toRPCErr(err)
stream.go#L1248: err = toRPCErr(err)
stream.go#L1265: as.finish(toRPCErr(ctx.Err()))
stream.go#L1297: as.finish(toRPCErr(err))
stream.go#L1402: return toRPCErr(err)
stream.go#L1417: return toRPCErr(errors.New("grpc: client streaming protocol violation: get <nil>, want <EOF>"))
stream.go#L1422: return toRPCErr(err)
stream.go#L1592: st, _ := status.FromError(toRPCErr(err))
stream.go#L1617: return toRPCErr(err)
stream.go#L1660: st, _ := status.FromError(toRPCErr(err))
stream.go#L1690: return toRPCErr(err)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)